Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Meshes


Q3Mesh_SetVertexCoordinates

You can use the Q3Mesh_SetVertexCoordinates function to set the coordinates of a vertex of a mesh.

TQ3Status Q3Mesh_SetVertexCoordinates (
TQ3GeometryObject mesh, 
TQ3MeshVertex vertex, 
const TQ3Point3D *coordinates);
mesh
A mesh.
vertex
A mesh vertex.
coordinates
The desired coordinates of the specified mesh vertex.
DESCRIPTION
The Q3Mesh_SetVertexCoordinates function sets the coordinates of the mesh vertex specified by the mesh and vertex parameters to those specified in the coordinates parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996